DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / LiveViewExtensions Class / LiveAverage Method / LiveAverage(View<Int32>) Method

In This Topic
    LiveAverage(View<Int32>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function LiveAverage( _
       ByVal source As View(Of Integer) _
    ) As AggregationView(Of Integer,Double)
    public static AggregationView<int,double> LiveAverage( 
       View<int> source
    )

    Parameters

    source
    See Also